inst_len in HVM mmio handler must be a signed variable, as
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 21 Feb 2006 18:32:15 +0000 (19:32 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 21 Feb 2006 18:32:15 +0000 (19:32 +0100)
commitb97b110e07063fc6893ece05042d182f88ef9039
tree0af8f0f56c81b828c0a577fda4357003cedc0ecb
parent90367a13914c9e47d7b00f1f522b4bdc1fe5b413
inst_len in HVM mmio handler must be a signed variable, as
it may hold an error return value (from hvm_instruction_length).

Signed-off-by: Tom Woller <thomas.woller@amd.com>
xen/arch/x86/hvm/platform.c